func runtime.chanbuf
11 uses
runtime (current package)
chan.go#L122: func chanbuf(c *hchan, i uint) unsafe.Pointer {
chan.go#L218: qp := chanbuf(c, c.sendx)
chan.go#L539: qp := chanbuf(c, c.recvx)
chan.go#L629: qp := chanbuf(c, c.recvx)
chan.go#L812: racerelease(chanbuf(c, 0))
chan.go#L813: raceacquireg(sg.g, chanbuf(c, 0))
chan.go#L814: racereleaseg(sg.g, chanbuf(c, 0))
chan.go#L815: raceacquire(chanbuf(c, 0))
chan.go#L829: qp := chanbuf(c, idx)
select.go#L434: qp = chanbuf(c, c.recvx)
select.go#L459: typedmemmove(c.elemtype, chanbuf(c, c.sendx), cas.elem)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |